MdbCursor.open

Creates an LMDB MdbCursor. @param txn the transaction handle @param dbi the database handle @throws lmdb_oo.MbdError on failure

class MdbCursor
static
open
(
MDB_txn* txn
,
const MDB_dbi dbi
)

Meta